@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Square+Peg&family=Ubuntu:wght@300&display=swap');
/* font-family: "Raleway", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Square+Peg&family=Ubuntu:wght@300&display=swap');
/* font-family: "Roboto", sans-serif; */

*{
    margin: 0%;
    padding: 0%;
    font-family: "Raleway", sans-serif;
}

body{
    /* background-color: #fff3f3; */
    /* background-color: whitesmoke; */
    background-color: #0759a7;
}

.header{
    width: 100%;
    overflow-x: hidden;
    /* background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/background.jpg); */
    /* position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

nav{
    margin-top: -50px;
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    height: 0px;
    margin-bottom: 0px;
}


nav img{
    width: 20%;

}

/* .pose{
    width: 100%;
} */


.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}

.nav-links ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
}

.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    /* background: #f44336; */
    background: #ff6b3a;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.fa-bars{
    border: 2px solid #f6921e;
    border-radius: 8px;
    padding: 7px 15px;
    display: inline-block;
}

.fa-times{
    border: 2px solid #f6921e;
    border-radius: 8px;
    padding: 8px;
    display: inline-block;
    width: 38px;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.text-box h1{
    font-size: 52px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #f6921e;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #0759a7;
    border: 2px solid #0759a7;
    padding: 12px 34px;
    font-size: 15px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

/* .hero-btn:hover{
    border: 1px solid #8fc9ff;
    background: #8fc9ff;
    transition: 1s;
} */

nav .fa{
    display: none;
}

@media(min-width: 992px){
    nav{
        margin-top: 0px;
        height: 90px;
        background-color: #0759a7;
        overflow-y: hidden;
    }
  
    /* .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: rgba(19, 18, 18, 0.8);
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;

    }
    nav .fa{
        display: block;
        color: #f6921e;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    } */
    .nav-links ul{
        padding: 30px;
    }
    nav img{
        /* margin-left: -20px; */
        width: 150px;
    }
}

@media(max-width: 700px){
    nav{
        margin-top: 0px;
        height: 70px;
        background-color: #0759a7;
        overflow-y: hidden;
        margin-bottom: 80px;
    }
    .text-box h1{
        font-size: 40px;
    }
    .text-box p{
        margin-top: -5px;
        font-size: 15px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: rgba(19, 18, 18, 0.8);
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;

    }
    nav .fa{
        display: block;
        color: #f6921e;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
    nav img{
        margin-left: -40px;
        width: 130px;
    }
    .fa-bars{
        border: 2px solid #f6921e;
        border-radius: 3px;
        padding: 2px 10px;
        display: inline-block;
    }
    .fa-times{
        border: 2px solid #f6921e;
        border-radius: 8px;
        padding: 3px 7px;
        display: inline-block;
        width: 13px;
    }

    .banner {
        margin-bottom: 0px;
    }

}

body {
    background: #ffffff;
}


.header{
    background-color: #0759a7;
    /* color: black; */
}

.banner {
    padding: 2% 9%;
}

.banner h1 {
    font-size: 48px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #f6921e;
}

.banner p {
    color: #ffffff;
}

.cont1 {
    padding: 2% 9%;
    max-width: 1500px;
}

h2 {
    color: #0759a7;
    font-family: "Raleway", sans-serif;
}


.cont1 h2 {
    font-size: 30px;
    text-decoration: underline;
    text-underline-offset: 8px;
    padding-bottom: 20px;
}

.cont1 p {
    font-size: 20px;
}

.inner {
    font-size: 20px;
    padding: 2% 4%;
}

.icons {
    margin-top: 10px;
}

.icons a{
    font-size: 18px;
    color: #000000;
    text-decoration: underline;
}

.icons i {
    color: #0759a7;
    font-size: 18px;
    /* margin-right: 500px; */
}

.icons .addy {
    font-size: 15px;
}


@media(max-width: 700px) {
    .cont1 h2 {
        margin-top: 30px;
    }

    .cont1 p {
        font-size: 17px;
        line-height: 25px;
    }

    .inner {
        font-size: 17px;
        line-height: 25px;
    }
}





/* ----------popup alert--------- */

#custom-alert {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0759a7;
    color: #f6921e;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    font-family: "Raleway", sans-serif;
}







.CornerWidget {
    display: flex;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background: #fff;
    border-radius: 4rem;
    box-shadow: 0 0 1.5rem #22bb5c;
    transition: 0.2s all;
    background: #25d366;
    color: #fff;
    padding: 1rem;
    z-index: 3;
  }
  .CornerWidget-symbol,
  .CornerWidget-letters {
    overflow-y: hidden;
    height: 1.5rem;
  }
  .CornerWidget-symbol svg,
  .CornerWidget-letters svg {
    height: 100%;
    width: auto;
  }
  .CornerWidget-letters {
    display: none;
  }
  @media only screen and (min-width: 768px) {
    .CornerWidget {
      box-shadow: 0 0 3rem #e4e4e5;
      background: #fff;
      color: #5f6267;
      bottom: 3rem;
      right: 3rem;
      padding: 0.75rem 1.125rem;
    }
    .CornerWidget-symbol,
    .CornerWidget-letters {
      height: 1.25rem;
    }
    .CornerWidget-letters {
      display: inherit;
    }
    .CornerWidget:hover,
    .CornerWidget:focus,
    .CornerWidget:active {
      color: #fff;
      background: #25d366;
      box-shadow: 0 0 1.5rem #22bb5c;
    }
  }



   /* Hide default Google Translate widget */
/* Style the wrapper container */
#gt_float_wrapper {
    position: absolute !important;
    /* margin-left: 1150px; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
}


@media screen and (max-width: 768px) {
    #gt_float_wrapper {
        width: auto !important;
        margin-top: -7px !important; /* Align with navbar */
        margin-left: 180px !important; /* Reset left margin */
        z-index: -0 !important;
    }

    .gtranslate_wrapper img {
        margin-top: 2px !important;
        width: 17px !important;
    }

    .gt-selected{
        margin-top: 0px !important;
    }
    
    .gtranslate_wrapper span{
        margin-top: 2px !important;
        font-size: 13px !important;
    }

    .gt_options.gt-open a{
        /* width: 500%; */
        font-size: 13px !important;
    }

    .gt_options.gt-open img{
        width: 15px !important;
        border-radius: 50% !important;
    }
}

@media(min-width: 960px) {
    #gt_float_wrapper {
        margin-top: 30px !important;
        margin-left: 520px !important;
    }
}

/* Customize the flags (if they are used) */
.gtranslate_wrapper img {
    border-radius: 50%;
    transition: transform 0.2s ease; /* Add hover effect */
}

/* Hover effect for flags */
.gtranslate_wrapper img:hover {
    transform: scale(1.1); /* Slight zoom effect */
}

/* Adjust dropdown menu (if applicable) */
.gtranslate_wrapper select {
    font-family: "Raleway", sans-serif; /* Custom font */
    font-size: 14px;
    color: #333;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}


body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.nav-links {
    position: fixed;
    top: 0;
    right: -200px; /* Initially hide the menu */
    width: 200px;
    height: 100%;
    background-color: #333; /* Example background */
    transition: right 0.3s ease; /* Smooth slide-in animation */
}

.fa-bars {
    display: block; /* Show the hamburger icon initially */
}

.fa-times {
    display: none; /* Hide the close icon initially */
}

@media(max-width: 700px) {
    /* Optional: Ensure that the menu is positioned correctly on smaller screens */
    .nav-links {
        right: -200px;
    }
}

/* Modal Container */
/* General Modal Styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    justify-content: center;
    align-items: center;
}

/* Modal Content Box */
.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    position: relative;
    text-align: center;
}

/* Close Button */
.close-btn {
    position: fixed;
    color: #fff;
    top: 10px;
    right: 10px;
    font-size: 58px;
    cursor: pointer;
}

/* Login Box Styling */
.login-box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 40px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    box-sizing: border-box;
    box-shadow: 0 15px 25px white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.login-box h2 {
    margin: 0 0 30px;
    padding: 0;
    color: #fff;
    text-align: center;
}

.login-box textarea {
    border-radius: 5px;
}

/* Input and Label Styling */
.login-box .user-box {
    position: relative;
}

.login-box .user-box input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

.login-box .user-box label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: 0.5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
    top: -20px;
    left: 0;
    color: #03e9f4;
    font-size: 12px;
}

input[type="text"],
input[type="email"],
textarea {
    padding: 10px;
}

textarea{
    width: 100%;
}

/* CTA Button */
#getIn,
.chero-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

/* Intl-Tel-Input Styling for Country Code Field */
.login-box .user-box input[type="tel"] {
    width: 100%; /* Ensure the input takes full width */
    padding-left: 60px; /* Space for the country code dropdown */
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    background: transparent;
}

/* Styling for the intl-tel-input container */
.iti {
    width: 100%; /* Make the container fill the width of the parent */
    position: relative;
}

.iti--allow-dropdown input[type="tel"] {
    padding-left: 60px; /* Adjust for dropdown size */
}

/* Flag dropdown container */
.iti__flag-container {
    overflow-x: unset;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: transparent;
    padding-right: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.5); /* Separator line */
}

/* Ensure flag selector isn't smooshed */
.iti__selected-flag {
    width: 40px; /* Adjust width for a proper fit */
    height: 100%; /* Match the height of the input */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dropdown customization */
.iti__country-list {
    background: #333; /* Match modal background theme */
    color: #fff; /* Text color */
}

.iti__country:hover {
    background: #03e9f4; /* Highlight on hover */
    color: #000;
}

/* Placeholder fix */
input[type="tel"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.iti {
    width: 100%; /* Ensure the input takes the parent's full width */
  }
  
  .iti__flag-container {
    border-right: 1px solid rgba(255, 255, 255, 0.5); /* Optional separator line */
  }
  
  .iti__country-list {
    max-height: 250px; /* Limit dropdown height */
    overflow-y: auto; /* Add a scrollbar for long lists */
    background: #333; /* Match your theme */
    color: #000;
  }
  
  .iti__country:hover {
    background: #03e9f4; /* Highlight hover */
    color: #000;
  }
  


/* .chero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
} */


  @media (max-width: 768px){
    .cta .hero-btn:hover{
        border: none;
        background: none;
        transition: none;
    }

  }



